home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DESK95 / search / SEARCH32.EX_ / SEARCH32.EX / 0 / RCDATA / TFORMLANGVIEW / TFORMLANGVIEW.txt
Text File  |  1997-03-15  |  2KB  |  104 lines

  1. object FormLangView: TFormLangView
  2.   Left = 195
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 231
  6.   ClientWidth = 507
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label2: TLabel
  16.     Left = 276
  17.     Top = 17
  18.     Width = 26
  19.     Height = 13
  20.     AutoSize = False
  21.     Caption = '&Font:'
  22.     FocusControl = cmbFont
  23.   end
  24.   object Label1: TLabel
  25.     Left = 13
  26.     Top = 17
  27.     Width = 51
  28.     Height = 13
  29.     Caption = 'Language:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 29
  33.     Top = 193
  34.     Width = 202
  35.     Height = 13
  36.     Caption = 'More languages can be downloaded from :'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 29
  40.     Top = 211
  41.     Width = 186
  42.     Height = 13
  43.     Caption = 'http://www.anetusa.com/s32langs.htm'
  44.   end
  45.   object StringGrid1: TStringGrid
  46.     Left = 13
  47.     Top = 48
  48.     Width = 484
  49.     Height = 136
  50.     TabStop = False
  51.     ColCount = 32
  52.     DefaultColWidth = 14
  53.     DefaultRowHeight = 18
  54.     DefaultDrawing = False
  55.     FixedCols = 0
  56.     RowCount = 7
  57.     FixedRows = 0
  58.     ScrollBars = ssNone
  59.     TabOrder = 2
  60.     OnDrawCell = StringGrid1DrawCell
  61.     OnSelectCell = StringGrid1SelectCell
  62.   end
  63.   object cmbFont: TComboBox
  64.     Left = 308
  65.     Top = 13
  66.     Width = 173
  67.     Height = 21
  68.     Style = csDropDownList
  69.     ItemHeight = 13
  70.     Sorted = True
  71.     TabOrder = 1
  72.     OnClick = cmbFontClick
  73.   end
  74.   object cmdClose: TButton
  75.     Left = 416
  76.     Top = 197
  77.     Width = 65
  78.     Height = 23
  79.     Caption = 'Close'
  80.     Default = True
  81.     TabOrder = 3
  82.     OnClick = cmdCloseClick
  83.   end
  84.   object txtLang: TEdit
  85.     Left = 73
  86.     Top = 13
  87.     Width = 173
  88.     Height = 21
  89.     AutoSelect = False
  90.     Enabled = False
  91.     TabOrder = 4
  92.   end
  93.   object cmbLang: TComboBox
  94.     Left = 73
  95.     Top = 13
  96.     Width = 173
  97.     Height = 21
  98.     Style = csDropDownList
  99.     ItemHeight = 13
  100.     TabOrder = 0
  101.     OnClick = cmbLangClick
  102.   end
  103. end
  104.